home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Mixed Mode Maddness / Emulator / Header / stack.h < prev   
Text File  |  2000-06-23  |  104b  |  5 lines

  1. void PushByte(UInt8 theByte);
  2. void PushWord(UInt16 theWord);
  3. UInt8 PopByte(void);
  4. UInt16 PopWord(void);
  5.